From: Chong Yidong Date: Thu, 22 Mar 2007 14:32:22 +0000 (+0000) Subject: Add support for AIX4.3 on IBM RS6000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~29696 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fd77b514665c5b923ee5672b13377c9b1e12740;p=emacs.git Add support for AIX4.3 on IBM RS6000. --- diff --git a/configure.in b/configure.in index fbcab340260..9d02c95d213 100644 --- a/configure.in +++ b/configure.in @@ -659,6 +659,9 @@ dnl see the `changequote' comment above. rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;; + rs6000-ibm-aix4.3* | powerpc-ibm-aix4.3* ) + machine=ibmrs6000 opsys=aix4-2 + ;; rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;;